home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / p_man / cat3 / perl5 / CGI::Switch.z / CGI::Switch
Encoding:
Text File  |  1998-10-30  |  1.2 KB  |  67 lines

  1.  
  2.  
  3.  
  4. CCCCGGGGIIII::::::::SSSSwwwwiiiittttcccchhhh((((3333))))                                                  CCCCGGGGIIII::::::::SSSSwwwwiiiittttcccchhhh((((3333))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      CGI::Switch - Try more than one constructors and return the first object
  10.      available
  11.  
  12. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  13.  
  14.       use CGISwitch;
  15.  
  16.        -or-
  17.  
  18.       use CGI::Switch This, That, CGI::XA, Foo, Bar, CGI;
  19.  
  20.       my $q = new CGI::Switch;
  21.  
  22.  
  23. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  24.      Per default the _n_e_w() method tries to call _n_e_w() in the three packages
  25.      Apache::CGI, CGI::XA, and CGI. It returns the first CGI object it
  26.      succeeds with.
  27.  
  28.      The import method allows you to set up the default order of the modules
  29.      to be tested.
  30.  
  31. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  32.      _p_e_r_l(1), _A_p_a_c_h_e(3), _C_G_I(3), _C_G_I::_X_A(3)
  33.  
  34. AAAAUUUUTTTTHHHHOOOORRRR
  35.      Andreas Kvnig <a.koenig@mind.de>
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.